range_primitives_helper

Undocumented in source.

Members

Functions

isBidirectionalRangeErrorFormatter
string isBidirectionalRangeErrorFormatter()

This function produces a descriptive message why R is not an BidirectionalRange. If R is an BidirectionalRange the returned string will say so.

isForwardRangeErrorFormatter
string isForwardRangeErrorFormatter()

This function produces a descriptive message why R is not a ForwardRange. If R is an ForwardRange the returned string will say so.

isInputRangeErrorFormatter
string isInputRangeErrorFormatter()

This function produces a descriptive message why R is not an InputRange. If R is an InputRange the returned string will say so.

isOutputRangeErrorFormatter
string isOutputRangeErrorFormatter()

This function produces a descriptive message why R is not an OutputRange. If R is an OutputRange the returned string will say so.

isRandomAccessRangeErrorFormatter
string isRandomAccessRangeErrorFormatter()

This function produces a descriptive message why R is not a RandomAccessRange. If R is an RandomAccessRange the returned string will say so.

Meta